mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-01-16 19:05:08 -05:00
WTIJobBoard Module Update
Hide email settings
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"/js/manager.js": "/js/manager.js?id=41044ca6fb3642abd40e3a5be6f15022",
|
||||
"/js/manager.js": "/js/manager.js?id=fcbbecaf0c8f4bf45f741a429755bd72",
|
||||
"/js/settings.js": "/js/settings.js?id=d2776c9c74c4565034b2b95aa1775acc",
|
||||
"/js/client-relations.js": "/js/client-relations.js?id=ef3b5ebd31bcfd3dd81b4bfad3c2dedd",
|
||||
"/css/components.css": "/css/components.css?id=45f93adb1852a43604d45e1c43acf8b8",
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
severity="warning"
|
||||
@click="handleCreateJobRequest"
|
||||
/>
|
||||
<Button
|
||||
<!-- <Button
|
||||
icon="pi pi-cog"
|
||||
:disabled="loading"
|
||||
v-show="viewer == 'client'"
|
||||
@@ -60,7 +60,7 @@
|
||||
:settings="settings"
|
||||
:categories="categories"
|
||||
@success="getSettings()"
|
||||
></SettingsDialog>
|
||||
></SettingsDialog> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1165,7 +1165,7 @@ export default {
|
||||
if (e.viewer == "client") {
|
||||
e.job_types = [1, 2, 4, 5, 6, 7, 8, 9];
|
||||
e.status = ["Pending", "Approved", "In Progress", "Completed"];
|
||||
e.getSettings();
|
||||
// e.getSettings();
|
||||
e.getCreditPoints();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user